home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / bewconv.arc / BEWCONV.DOC next >
Text File  |  1990-09-19  |  3KB  |  61 lines

  1.                    Frog Labs Presents-=> BEW Convert!
  2.                 For people that LIKE External Protocols
  3.                                    &
  4.                          LOVE Qmodem SST 4.2!
  5.  
  6.  
  7.      Don't worry this is going to be a very short doc file!
  8.  
  9.      The program BEWCONV.EXE is very simple.  It converts a Qmodem 4.2 BEW
  10. file into CR delimited list of filenames.  You can then send this list of
  11. filenames to almost any external protocol.
  12.  
  13.      I wrote this program so that I could have my cake & eat it too.  I
  14. loved Qmodem 4.2's Batch Entry Window, but was not satisfied with the
  15. internal Zmodem.  No fault of John Friel's, he wrote a VERY good
  16. implementation of unextended Zmodem.  But I didn't want to give up DSZ's
  17. extensions & with BEWCONV.EXE I don't have to!
  18.  
  19.      The program itself is very simple.  It requires that you specify an
  20. input file and an output file.  Eg:
  21.  
  22. BEWCONV Qmodem.Bew Zmodem.Lst
  23.  
  24.      The input file will be QMODEM.BEW.  This is the file that Qmodem 4.2
  25. creates when you enter the BEW using the alt-6 key combination.  You must
  26. exit the BEW with F10 for Qmodem to actually save any changes you make when
  27. in the BEW.
  28.  
  29.      The output file can be called anything you want and reside wherever
  30. you want- you can specify a full pathname with both the input and output
  31. filenames.
  32.  
  33.      BEWCONV traps >most< errors.  If it encounters an error it will exit,
  34. give a short error message, and return a -1 (for you big time batch file
  35. mavens!).  If it encounters no errors it will happily tell you so and let
  36. you know the length of the filename list that it created.  Again for you
  37. batch file guys it returns the list length.
  38.  
  39.      I've included a simple batch file that implements BEW batch uploads
  40. with DSZ.  The batch file will work if you have registered DSZ or even if
  41. you are still "Evaluating" this fine protocol package.  When you start the
  42. upload you must specify a file name or Qmodem won't let you start the
  43. upload.  It doesn't matter what you enter the batch file doesn't use this
  44. argument.
  45.  
  46.      There a many things that you could add to the batch file.  Such as a
  47. check to make sure that the Qmodem.Bew file exits before calling BEWCONV.
  48. Or you could delete the Qmodem.Bew after the upload, this will clear the
  49. Batch Entry Window so it will be blank the next time you use it.
  50.  
  51.      If you find BEWCONV to be a useful Qmodem 4.2 utility please feel free
  52. to send in a $5 donation in order to ease any guilty thoughts that you may
  53. have.
  54.                          Steve Schlosnagle
  55.                          2409 Haverhill Drive
  56.                          Twinsburg, OH  44087
  57.  
  58.      BEWCONV was written using Microsoft Quick c version 2.0.  The source
  59. code is available upon request.  Any questions that you have can be sent to
  60. the above address or I monitor the RIME Qmodem conference.  
  61.